From: Alex Williamson Date: Fri, 12 Oct 2007 20:23:38 +0000 (-0600) Subject: [IA64] vti domain save/restore: add show_stack() prototype X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14873 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=7e6336dc18a7278000677ea293764c3ea2e432c6;p=xen.git [IA64] vti domain save/restore: add show_stack() prototype add show_stack() prototype which will be used later. Signed-off-by: Isaku Yamahata --- diff --git a/xen/include/asm-ia64/linux-xen/asm/ptrace.h b/xen/include/asm-ia64/linux-xen/asm/ptrace.h index 0fba21ee2b..d44b1da3d5 100644 --- a/xen/include/asm-ia64/linux-xen/asm/ptrace.h +++ b/xen/include/asm-ia64/linux-xen/asm/ptrace.h @@ -199,6 +199,8 @@ static inline struct cpu_user_regs *vcpu_regs(struct vcpu *v) } struct cpu_user_regs *guest_cpu_user_regs(void); + +extern void show_stack(struct task_struct *task, unsigned long *sp); #endif /*